google.golang.org/grpc.clientStream.committed (field)
6 uses
google.golang.org/grpc (current package)
stream.go#L581: committed bool // active attempt committed for retry?
stream.go#L626: if !cs.committed && cs.onCommit != nil {
stream.go#L629: cs.committed = true
stream.go#L650: if cs.finished || cs.committed || a.drop {
stream.go#L780: if cs.committed {
stream.go#L888: if cs.committed {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)